Einhugur OpenDocument Text Plugin for Xojo

EinhugurODT.Table Class

Class that represents Table in odt document.

EinhugurODT.DocumentItem
   Table

class EinhugurODT.Table

Constructors

Table (private) Private constructor.

Properties

AutoStyleReturns object for automatic styling for the Table.
ColumnCountReturns the number of Columns in the table.
RowCountReturns the number of Rows in the table.

Methods

AppendRowAppends row to the table.
ApplyFieldDataApplies field data to the given Table and its nested child Paragraphs and child tables only.
CellReturns TableCell from the table at given column and row index.
RemoveRowRemoves row from the table.
RowReturns TableRow at given index.

Supported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit
  • iOS